TECConversionInfo
When you call the functionTECGetDirectTextEncodingConversions(page 72), you pass an array of text encoding conversion information structures. The function fills these structures with information about each type of supported conversion. A text encoding conversion information structure is defined by theTECConversionInfodata structure.
struct TECConversionInfo { TextEncoding sourceEncoding; TextEncoding destinationEncoding; UInt16 reserved1; UInt16 reserved2; }; typedef struct TECConversionInfo TECConversionInfo;
Field Description
sourceEncoding- The text encoding specification for the source text.
destinationEncoding- The text encoding specification for the destination text.
reserved1- Reserved.
reserved2- Reserved.